Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publishing R5 content #72

Merged
merged 4 commits into from
Jan 21, 2019
Merged

Publishing R5 content #72

merged 4 commits into from
Jan 21, 2019

Conversation

asuhov
Copy link
Contributor

@asuhov asuhov commented Jan 18, 2019

No description provided.

@openvino-pushbot openvino-pushbot merged commit 9de27f1 into openvinotoolkit:2018 Jan 21, 2019
@openvino-pushbot
Copy link
Contributor

Thanks, Alexey!

zhangYiIntel referenced this pull request in ceciliapeng2011/openvino Jun 1, 2021
Align code with pdpd_release branch provided to CI/E2E tests development
eshoguli pushed a commit to eshoguli/openvino that referenced this pull request Jun 1, 2021
* Azure CI: Add "ref: releases/2021/3"

* Fix Klocwork issues in Java

* Updated arm plugin build script (openvinotoolkit#65)

* Fix some Klocwork issues

* Update README.md (openvinotoolkit#76)

* Fixed Convolution fusion (openvinotoolkit#84)

* Remove MO deps from mo_pytorch module (openvinotoolkit#93)

Co-authored-by: azhogov <[email protected]>
Co-authored-by: Dmitry Kurtaev <[email protected]>
Co-authored-by: Aleksandr Voron <[email protected]>
Co-authored-by: Liubov Batanina <[email protected]>
andrew-k-park added a commit to andrew-k-park/openvino that referenced this pull request Jun 3, 2022
…oolkit#72)

* Initial integration into InferReqeust for RemoteBlob and DynamicBatch

Signed-off-by: Andrew Park <[email protected]>

* Enable DynamicBatch related logics

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest

Signed-off-by: Andrew Park <[email protected]>

* Fix feature representation for slope layout when shape has a dimension = 1

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix feature representation for slope layout when shape has a dimension = 1"

This reverts commit 1169fbb.

* Revert "Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest"

This reverts commit 664175c.

Signed-off-by: Andrew Park <[email protected]>
ahnyoung-paul referenced this pull request in ahnyoung-paul/openvino Jun 15, 2022
* Initial integration into InferReqeust for RemoteBlob and DynamicBatch

Signed-off-by: Andrew Park <[email protected]>

* Enable DynamicBatch related logics

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest

Signed-off-by: Andrew Park <[email protected]>

* Fix feature representation for slope layout when shape has a dimension = 1

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix feature representation for slope layout when shape has a dimension = 1"

This reverts commit 1169fbb.

* Revert "Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest"

This reverts commit 664175c.

Signed-off-by: Andrew Park <[email protected]>
vladimir-paramuzov pushed a commit to vladimir-paramuzov/openvino that referenced this pull request Jul 26, 2022
…otoolkit#71)

* Fix typo to set begin/end mask to kernel param correctly for strided_slice

Signed-off-by: Andrew Park <[email protected]>

* Fix exception to try resue input with empty deps and _exec_deps during creating reshape_inst

Signed-off-by: Andrew Park <[email protected]>

* Fix strided_slice to support static shape

Signed-off-by: Andrew Park <[email protected]>

* Fix input layout representation for byxf and nv12 on parameter

Signed-off-by: Andrew Park <[email protected]>

* Fix broadcast size check logic

Signed-off-by: Andrew Park <[email protected]>

* Fix layout initialization to convert tensor(cldnn format) to PartialShape(IE format) for weight reorder

Signed-off-by: Andrew Park <[email protected]>

* Fix kernel data conversion to convert PartialShape to ordered dims with output fortmat

Signed-off-by: Andrew Park <[email protected]>

* Fix not to check the new layout is identical empty tensor

Signed-off-by: Andrew Park <[email protected]>

* Enable cases to reorder/reshape + gemm  where op is not FC

Signed-off-by: Andrew Park <[email protected]>

* Update AsyncInferRequest for InferRequestLegacy compatibility

Signed-off-by: Andrew Park <[email protected]>

* Apply PR#11073 update eltwise calc_output_layout_function and replace PartialShape::broadcast_merge_into with tensor::max

Signed-off-by: Andrew Park <[email protected]>

* Fix reduce calc_output_layout to apply reduce_axes correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix scatter_update calc_output_layout to get the number of dims from dependencies correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix gather_nd calc_output_layout to calculate the final output tensor

Signed-off-by: Andrew Park <[email protected]>

* Fix calc_body_input_layout to adjust cropped input shape correctly and update ==operator for layout comparison

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape representation whether input rank is 2 and 3 for reshape preprocess of gemm

Signed-off-by: Andrew Park <[email protected]>

* Add condition to check whether input layout is dynamic or not in gather calc_output_layout

Signed-off-by: Andrew Park <[email protected]>

* Fix ScatterUpdate issue

* Align scatter update axis format with IE

Signed-off-by: Andrew Park <[email protected]>

* Revert "Enable cases to reorder/reshape + gemm  where op is not FC"

This reverts commit 16a60b5.

Signed-off-by: Andrew Park <[email protected]>

* Revert "Update AsyncInferRequest for InferRequestLegacy compatibility"

This reverts commit f57a7e4.

Signed-off-by: Andrew Park <[email protected]>

* Update scatter_update to propagate axis with integer type instead of scatter_update_axis

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix not to check the new layout is identical empty tensor"

This reverts commit 1215c70.

Signed-off-by: Andrew Park <[email protected]>

Co-authored-by: Ahn, Paul Y <[email protected]>

Final PR for fixing issues on existing TCs for gpufunctest (openvinotoolkit#72)

* Initial integration into InferReqeust for RemoteBlob and DynamicBatch

Signed-off-by: Andrew Park <[email protected]>

* Enable DynamicBatch related logics

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest

Signed-off-by: Andrew Park <[email protected]>

* Fix feature representation for slope layout when shape has a dimension = 1

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix feature representation for slope layout when shape has a dimension = 1"

This reverts commit 1169fbb.

* Revert "Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest"

This reverts commit 664175c.

Signed-off-by: Andrew Park <[email protected]>
vladimir-paramuzov pushed a commit to vladimir-paramuzov/openvino that referenced this pull request Jul 26, 2022
…otoolkit#71)

* Fix typo to set begin/end mask to kernel param correctly for strided_slice

Signed-off-by: Andrew Park <[email protected]>

* Fix exception to try resue input with empty deps and _exec_deps during creating reshape_inst

Signed-off-by: Andrew Park <[email protected]>

* Fix strided_slice to support static shape

Signed-off-by: Andrew Park <[email protected]>

* Fix input layout representation for byxf and nv12 on parameter

Signed-off-by: Andrew Park <[email protected]>

* Fix broadcast size check logic

Signed-off-by: Andrew Park <[email protected]>

* Fix layout initialization to convert tensor(cldnn format) to PartialShape(IE format) for weight reorder

Signed-off-by: Andrew Park <[email protected]>

* Fix kernel data conversion to convert PartialShape to ordered dims with output fortmat

Signed-off-by: Andrew Park <[email protected]>

* Fix not to check the new layout is identical empty tensor

Signed-off-by: Andrew Park <[email protected]>

* Enable cases to reorder/reshape + gemm  where op is not FC

Signed-off-by: Andrew Park <[email protected]>

* Update AsyncInferRequest for InferRequestLegacy compatibility

Signed-off-by: Andrew Park <[email protected]>

* Apply PR#11073 update eltwise calc_output_layout_function and replace PartialShape::broadcast_merge_into with tensor::max

Signed-off-by: Andrew Park <[email protected]>

* Fix reduce calc_output_layout to apply reduce_axes correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix scatter_update calc_output_layout to get the number of dims from dependencies correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix gather_nd calc_output_layout to calculate the final output tensor

Signed-off-by: Andrew Park <[email protected]>

* Fix calc_body_input_layout to adjust cropped input shape correctly and update ==operator for layout comparison

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape representation whether input rank is 2 and 3 for reshape preprocess of gemm

Signed-off-by: Andrew Park <[email protected]>

* Add condition to check whether input layout is dynamic or not in gather calc_output_layout

Signed-off-by: Andrew Park <[email protected]>

* Fix ScatterUpdate issue

* Align scatter update axis format with IE

Signed-off-by: Andrew Park <[email protected]>

* Revert "Enable cases to reorder/reshape + gemm  where op is not FC"

This reverts commit 16a60b5.

Signed-off-by: Andrew Park <[email protected]>

* Revert "Update AsyncInferRequest for InferRequestLegacy compatibility"

This reverts commit f57a7e4.

Signed-off-by: Andrew Park <[email protected]>

* Update scatter_update to propagate axis with integer type instead of scatter_update_axis

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix not to check the new layout is identical empty tensor"

This reverts commit 1215c70.

Signed-off-by: Andrew Park <[email protected]>

Co-authored-by: Ahn, Paul Y <[email protected]>

Final PR for fixing issues on existing TCs for gpufunctest (openvinotoolkit#72)

* Initial integration into InferReqeust for RemoteBlob and DynamicBatch

Signed-off-by: Andrew Park <[email protected]>

* Enable DynamicBatch related logics

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest

Signed-off-by: Andrew Park <[email protected]>

* Fix feature representation for slope layout when shape has a dimension = 1

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix feature representation for slope layout when shape has a dimension = 1"

This reverts commit 1169fbb.

* Revert "Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest"

This reverts commit 664175c.

Signed-off-by: Andrew Park <[email protected]>
ahnyoung-paul referenced this pull request in ahnyoung-paul/openvino Aug 2, 2022
* Fix typo to set begin/end mask to kernel param correctly for strided_slice

Signed-off-by: Andrew Park <[email protected]>

* Fix exception to try resue input with empty deps and _exec_deps during creating reshape_inst

Signed-off-by: Andrew Park <[email protected]>

* Fix strided_slice to support static shape

Signed-off-by: Andrew Park <[email protected]>

* Fix input layout representation for byxf and nv12 on parameter

Signed-off-by: Andrew Park <[email protected]>

* Fix broadcast size check logic

Signed-off-by: Andrew Park <[email protected]>

* Fix layout initialization to convert tensor(cldnn format) to PartialShape(IE format) for weight reorder

Signed-off-by: Andrew Park <[email protected]>

* Fix kernel data conversion to convert PartialShape to ordered dims with output fortmat

Signed-off-by: Andrew Park <[email protected]>

* Fix not to check the new layout is identical empty tensor

Signed-off-by: Andrew Park <[email protected]>

* Enable cases to reorder/reshape + gemm  where op is not FC

Signed-off-by: Andrew Park <[email protected]>

* Update AsyncInferRequest for InferRequestLegacy compatibility

Signed-off-by: Andrew Park <[email protected]>

* Apply PR#11073 update eltwise calc_output_layout_function and replace PartialShape::broadcast_merge_into with tensor::max

Signed-off-by: Andrew Park <[email protected]>

* Fix reduce calc_output_layout to apply reduce_axes correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix scatter_update calc_output_layout to get the number of dims from dependencies correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix gather_nd calc_output_layout to calculate the final output tensor

Signed-off-by: Andrew Park <[email protected]>

* Fix calc_body_input_layout to adjust cropped input shape correctly and update ==operator for layout comparison

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape representation whether input rank is 2 and 3 for reshape preprocess of gemm

Signed-off-by: Andrew Park <[email protected]>

* Add condition to check whether input layout is dynamic or not in gather calc_output_layout

Signed-off-by: Andrew Park <[email protected]>

* Fix ScatterUpdate issue

* Align scatter update axis format with IE

Signed-off-by: Andrew Park <[email protected]>

* Revert "Enable cases to reorder/reshape + gemm  where op is not FC"

This reverts commit 16a60b5.

Signed-off-by: Andrew Park <[email protected]>

* Revert "Update AsyncInferRequest for InferRequestLegacy compatibility"

This reverts commit f57a7e4.

Signed-off-by: Andrew Park <[email protected]>

* Update scatter_update to propagate axis with integer type instead of scatter_update_axis

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix not to check the new layout is identical empty tensor"

This reverts commit 1215c70.

Signed-off-by: Andrew Park <[email protected]>

Co-authored-by: Ahn, Paul Y <[email protected]>

Final PR for fixing issues on existing TCs for gpufunctest (#72)

* Initial integration into InferReqeust for RemoteBlob and DynamicBatch

Signed-off-by: Andrew Park <[email protected]>

* Enable DynamicBatch related logics

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest

Signed-off-by: Andrew Park <[email protected]>

* Fix feature representation for slope layout when shape has a dimension = 1

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix feature representation for slope layout when shape has a dimension = 1"

This reverts commit 1169fbb.

* Revert "Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest"

This reverts commit 664175c.

Signed-off-by: Andrew Park <[email protected]>
andrew-k-park added a commit to andrew-k-park/openvino that referenced this pull request Aug 3, 2022
…otoolkit#71)

* Fix typo to set begin/end mask to kernel param correctly for strided_slice

Signed-off-by: Andrew Park <[email protected]>

* Fix exception to try resue input with empty deps and _exec_deps during creating reshape_inst

Signed-off-by: Andrew Park <[email protected]>

* Fix strided_slice to support static shape

Signed-off-by: Andrew Park <[email protected]>

* Fix input layout representation for byxf and nv12 on parameter

Signed-off-by: Andrew Park <[email protected]>

* Fix broadcast size check logic

Signed-off-by: Andrew Park <[email protected]>

* Fix layout initialization to convert tensor(cldnn format) to PartialShape(IE format) for weight reorder

Signed-off-by: Andrew Park <[email protected]>

* Fix kernel data conversion to convert PartialShape to ordered dims with output fortmat

Signed-off-by: Andrew Park <[email protected]>

* Fix not to check the new layout is identical empty tensor

Signed-off-by: Andrew Park <[email protected]>

* Enable cases to reorder/reshape + gemm  where op is not FC

Signed-off-by: Andrew Park <[email protected]>

* Update AsyncInferRequest for InferRequestLegacy compatibility

Signed-off-by: Andrew Park <[email protected]>

* Apply PR#11073 update eltwise calc_output_layout_function and replace PartialShape::broadcast_merge_into with tensor::max

Signed-off-by: Andrew Park <[email protected]>

* Fix reduce calc_output_layout to apply reduce_axes correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix scatter_update calc_output_layout to get the number of dims from dependencies correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix gather_nd calc_output_layout to calculate the final output tensor

Signed-off-by: Andrew Park <[email protected]>

* Fix calc_body_input_layout to adjust cropped input shape correctly and update ==operator for layout comparison

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape representation whether input rank is 2 and 3 for reshape preprocess of gemm

Signed-off-by: Andrew Park <[email protected]>

* Add condition to check whether input layout is dynamic or not in gather calc_output_layout

Signed-off-by: Andrew Park <[email protected]>

* Fix ScatterUpdate issue

* Align scatter update axis format with IE

Signed-off-by: Andrew Park <[email protected]>

* Revert "Enable cases to reorder/reshape + gemm  where op is not FC"

This reverts commit 16a60b5.

Signed-off-by: Andrew Park <[email protected]>

* Revert "Update AsyncInferRequest for InferRequestLegacy compatibility"

This reverts commit f57a7e4.

Signed-off-by: Andrew Park <[email protected]>

* Update scatter_update to propagate axis with integer type instead of scatter_update_axis

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix not to check the new layout is identical empty tensor"

This reverts commit 1215c70.

Signed-off-by: Andrew Park <[email protected]>

Co-authored-by: Ahn, Paul Y <[email protected]>

Final PR for fixing issues on existing TCs for gpufunctest (openvinotoolkit#72)

* Initial integration into InferReqeust for RemoteBlob and DynamicBatch

Signed-off-by: Andrew Park <[email protected]>

* Enable DynamicBatch related logics

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest

Signed-off-by: Andrew Park <[email protected]>

* Fix feature representation for slope layout when shape has a dimension = 1

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix feature representation for slope layout when shape has a dimension = 1"

This reverts commit 1169fbb.

* Revert "Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest"

This reverts commit 664175c.

Signed-off-by: Andrew Park <[email protected]>
andrew-k-park added a commit to andrew-k-park/openvino that referenced this pull request Aug 4, 2022
…otoolkit#71)

* Fix typo to set begin/end mask to kernel param correctly for strided_slice

Signed-off-by: Andrew Park <[email protected]>

* Fix exception to try resue input with empty deps and _exec_deps during creating reshape_inst

Signed-off-by: Andrew Park <[email protected]>

* Fix strided_slice to support static shape

Signed-off-by: Andrew Park <[email protected]>

* Fix input layout representation for byxf and nv12 on parameter

Signed-off-by: Andrew Park <[email protected]>

* Fix broadcast size check logic

Signed-off-by: Andrew Park <[email protected]>

* Fix layout initialization to convert tensor(cldnn format) to PartialShape(IE format) for weight reorder

Signed-off-by: Andrew Park <[email protected]>

* Fix kernel data conversion to convert PartialShape to ordered dims with output fortmat

Signed-off-by: Andrew Park <[email protected]>

* Fix not to check the new layout is identical empty tensor

Signed-off-by: Andrew Park <[email protected]>

* Enable cases to reorder/reshape + gemm  where op is not FC

Signed-off-by: Andrew Park <[email protected]>

* Update AsyncInferRequest for InferRequestLegacy compatibility

Signed-off-by: Andrew Park <[email protected]>

* Apply PR#11073 update eltwise calc_output_layout_function and replace PartialShape::broadcast_merge_into with tensor::max

Signed-off-by: Andrew Park <[email protected]>

* Fix reduce calc_output_layout to apply reduce_axes correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix scatter_update calc_output_layout to get the number of dims from dependencies correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix gather_nd calc_output_layout to calculate the final output tensor

Signed-off-by: Andrew Park <[email protected]>

* Fix calc_body_input_layout to adjust cropped input shape correctly and update ==operator for layout comparison

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape representation whether input rank is 2 and 3 for reshape preprocess of gemm

Signed-off-by: Andrew Park <[email protected]>

* Add condition to check whether input layout is dynamic or not in gather calc_output_layout

Signed-off-by: Andrew Park <[email protected]>

* Fix ScatterUpdate issue

* Align scatter update axis format with IE

Signed-off-by: Andrew Park <[email protected]>

* Revert "Enable cases to reorder/reshape + gemm  where op is not FC"

This reverts commit 16a60b5.

Signed-off-by: Andrew Park <[email protected]>

* Revert "Update AsyncInferRequest for InferRequestLegacy compatibility"

This reverts commit f57a7e4.

Signed-off-by: Andrew Park <[email protected]>

* Update scatter_update to propagate axis with integer type instead of scatter_update_axis

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix not to check the new layout is identical empty tensor"

This reverts commit 1215c70.

Signed-off-by: Andrew Park <[email protected]>

Co-authored-by: Ahn, Paul Y <[email protected]>

Final PR for fixing issues on existing TCs for gpufunctest (openvinotoolkit#72)

* Initial integration into InferReqeust for RemoteBlob and DynamicBatch

Signed-off-by: Andrew Park <[email protected]>

* Enable DynamicBatch related logics

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest

Signed-off-by: Andrew Park <[email protected]>

* Fix feature representation for slope layout when shape has a dimension = 1

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix feature representation for slope layout when shape has a dimension = 1"

This reverts commit 1169fbb.

* Revert "Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest"

This reverts commit 664175c.

Signed-off-by: Andrew Park <[email protected]>
andrew-k-park added a commit to andrew-k-park/openvino that referenced this pull request Aug 16, 2022
…otoolkit#71)

* Fix typo to set begin/end mask to kernel param correctly for strided_slice

Signed-off-by: Andrew Park <[email protected]>

* Fix exception to try resue input with empty deps and _exec_deps during creating reshape_inst

Signed-off-by: Andrew Park <[email protected]>

* Fix strided_slice to support static shape

Signed-off-by: Andrew Park <[email protected]>

* Fix input layout representation for byxf and nv12 on parameter

Signed-off-by: Andrew Park <[email protected]>

* Fix broadcast size check logic

Signed-off-by: Andrew Park <[email protected]>

* Fix layout initialization to convert tensor(cldnn format) to PartialShape(IE format) for weight reorder

Signed-off-by: Andrew Park <[email protected]>

* Fix kernel data conversion to convert PartialShape to ordered dims with output fortmat

Signed-off-by: Andrew Park <[email protected]>

* Fix not to check the new layout is identical empty tensor

Signed-off-by: Andrew Park <[email protected]>

* Enable cases to reorder/reshape + gemm  where op is not FC

Signed-off-by: Andrew Park <[email protected]>

* Update AsyncInferRequest for InferRequestLegacy compatibility

Signed-off-by: Andrew Park <[email protected]>

* Apply PR#11073 update eltwise calc_output_layout_function and replace PartialShape::broadcast_merge_into with tensor::max

Signed-off-by: Andrew Park <[email protected]>

* Fix reduce calc_output_layout to apply reduce_axes correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix scatter_update calc_output_layout to get the number of dims from dependencies correctly

Signed-off-by: Andrew Park <[email protected]>

* Fix gather_nd calc_output_layout to calculate the final output tensor

Signed-off-by: Andrew Park <[email protected]>

* Fix calc_body_input_layout to adjust cropped input shape correctly and update ==operator for layout comparison

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape representation whether input rank is 2 and 3 for reshape preprocess of gemm

Signed-off-by: Andrew Park <[email protected]>

* Add condition to check whether input layout is dynamic or not in gather calc_output_layout

Signed-off-by: Andrew Park <[email protected]>

* Fix ScatterUpdate issue

* Align scatter update axis format with IE

Signed-off-by: Andrew Park <[email protected]>

* Revert "Enable cases to reorder/reshape + gemm  where op is not FC"

This reverts commit 16a60b5.

Signed-off-by: Andrew Park <[email protected]>

* Revert "Update AsyncInferRequest for InferRequestLegacy compatibility"

This reverts commit f57a7e4.

Signed-off-by: Andrew Park <[email protected]>

* Update scatter_update to propagate axis with integer type instead of scatter_update_axis

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix not to check the new layout is identical empty tensor"

This reverts commit 1215c70.

Signed-off-by: Andrew Park <[email protected]>

Co-authored-by: Ahn, Paul Y <[email protected]>

Final PR for fixing issues on existing TCs for gpufunctest (openvinotoolkit#72)

* Initial integration into InferReqeust for RemoteBlob and DynamicBatch

Signed-off-by: Andrew Park <[email protected]>

* Enable DynamicBatch related logics

Signed-off-by: Andrew Park <[email protected]>

* Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest

Signed-off-by: Andrew Park <[email protected]>

* Fix feature representation for slope layout when shape has a dimension = 1

Signed-off-by: Andrew Park <[email protected]>

* Revert "Fix feature representation for slope layout when shape has a dimension = 1"

This reverts commit 1169fbb.

* Revert "Fix PartialShape comparison related issues on TensorIterator/LSTMSequenceTest"

This reverts commit 664175c.

Signed-off-by: Andrew Park <[email protected]>
eaidova added a commit to eaidova/openvino that referenced this pull request Dec 29, 2022
ilya-lavrenov pushed a commit that referenced this pull request Jan 18, 2023
* WIP

* update input validation

* upsample_nearest2d and upsample_bilinear2d support

* support leaky_relu add test for inplace relu

* update tests, add handler for ListConstruct

* Do not create extra outputs in main body

* add positive case with non-default value

* update testing

* update test, handle non constant size and scale

* remove ie_device

* add aten::group_norm support

* refactoring

* Enable aten::reshape_as operator and add layer test

* more tests

* Fix typo in test

* Resolve conflicts

* fix code style

* expand init version

* expand_as and tests

* add transposed convolutions support

* add tests

* initial support pad

* add circular

* update for differenced in rang

* cleanup

* refactor

* more tests

* apply review comments

* Add split+listunpack transformation

* Add split+getitem transformation

* Add test cases

* fix typo

* Minor fixes

* Apply suggestions from code review

Co-authored-by: Maxim Vafin <[email protected]>

* Apply suggestions from code review

* Small fix

* Support converting models without freezing

* support BoolTensor and masked_fill

* add support aten::rsqrt and test for sqrt

* add cumsum and type_as

* support clamp

* support more matrix operations

* add tests

* Add aten::adaptive_avg_pool3d and layer test

* Change to rank

* fix code style in utils.hpp

* Update src/frontends/pytorch/src/op_table.cpp

Co-authored-by: Sergey Lyalin <[email protected]>

* fix code style

* add tests

* add xfail

* remove unnecessary broadcast

* Changes required by style formater

* aten::_convolution_mode

* Changes requested by a reviewer

* remove code duplication

* add aten::unbind transformation

* full, zeros and ones

* Support getattr list and unrolling nested ifs

* Remove line change

* Enable back freezing in layer tests

* Add aten::norm operator and layer test

* Small fix in layer test

* add aten::roll

* add empty line

* Typo fix

* fix style

* fix style v2

* add pytorch frontend to wheel

* Support all types of numeric norms

* add check for dynamic shapes

* remove random change

* merge statements

* add min and max ops support

* aten::max and aten::min

* move axes range creation to utils

* add transformation for tuple results, update tests

* fix copyright

* aten::var

* add test and translation for numel

* ignore aten::clone

* Add layer test for aten::add operator

* Fix typo

* Remove redundant import

* Add parameter name in forward method

* fix code style

* apply review comments

* Add size+slice+listunpack transform

* Add append listunpack transformation

* Register transformation

* aten::where

* update realization

* Fix issue with getitem

* Fix getitem

* Add layer test for aten::view operator

* Add tests for listunpack

* add test for aten::div

* fix style

* update aten::adaptive_max_pool2d

* fix style

* add aten::floor_divide

* aten::addmm support alpha and beta with different dtype

* nonzero

* Change test name

* update test cases to include other dtypes

* aten::arange

* prim::max transformation for ListConstruct

* rename op

* generalize conv2d implementation for conv1d and conv3d

* aten::unsqueeze_ and tests for aten::unsqueeze (#70)

* add aten::le, aten::ge and tests for other tensor comparision ops (#74)

* add support trigonometry ops (#73)

* support aten::upsample_bicubic2d, aten::ceil, aten::floor (#72)

Co-authored-by: Maxim Vafin <[email protected]>

* extend and add tests for avg_pool and max_pool

* extend tests and constant filling ops

* fix as_tensor and full ops

* aten::repeat

* fix code style

* aten::im2col (#61)

* aten::im2col

* remove debug prints, add number of elements check

* fix failed tests

* move helper function

* use split

* Update src/frontends/pytorch/src/op/im2col.cpp

Co-authored-by: Maxim Vafin <[email protected]>

* fix code style

Co-authored-by: Maxim Vafin <[email protected]>

* Update src/frontends/pytorch/src/utils.cpp

Co-authored-by: Maxim Vafin <[email protected]>

* fix code style

* revert removeinf floordiv, add floor_divide file

* Fix merge issue

* reduce code duplication

* refactor

* Add len operator with layer test

* update clamp to support mixed precision and add support torch.long for constants

* aten::selu

* add trunc mode to div

* add else statement

* Add test case to layer test

* Fix submodules (#88)

* update test file

* fix namings

* execute in fp64 and convert back to initial precision

* Revert set_output_size to master. Small fix in If validate

* Fix build and code style

* fix failed tests

* Add torchvision::nms operator and layer test

* Change requested by a reviewer

* Remove div test

* convert constants to input type

* Mark some cases in div tests as xfail (#93)

* Small refactoring (#94)

* Small refactoring

* Fix type

* Fix python codestyle

* Incremental fix code style (#95)

* Fix style (#96)

* Fix copyright

* Fix code style

* Branch clean up (#97)

* Optimize includes and force opset10 (#98)

* Optimize includes

* Force opset10 in pt fe

* Fix codestyle (#99)

* Fix style

* Fix clang codestyle

* Fix cerr with debug log

* Update src/bindings/python/src/pyopenvino/frontend/pytorch/decoder.cpp

* Add pytorch dependency only if pytorch frontend is enabled

* Update src/bindings/python/src/pyopenvino/CMakeLists.txt

* Add layer tests to precommit (#100)

* Add layer tests to precommit

* Remove accidentally added files

* Apply code style on layer tests

* batch norm tests and fixes

* move default weight and bias to else block

* reduce code duplication

* Changes requested by a reviewer

* Changes requested by a reviewer

* Remove dependency from pytorch in pyopenvino (#102)

* Remove dependency from pytorch when fe is disabled

* Change docstring

* Remove pytorch FE dependency from pyopenvino

* Apply codestyle (#107)

* Apply codestyle

* Remove commented line

* Apply suggestions from code review

Co-authored-by: Roman Kazantsev <[email protected]>

* Fix mock FE test (#108)

* Fix mock PE test (#111)

* Revert changes in StridedSlice (#114)

* Small refactoring (#116)

* Small refactoring

* Fix codestyle

* Apply suggestions from code review

Co-authored-by: Roman Kazantsev <[email protected]>

* Apply suggestions from code review

* Update src/frontends/pytorch/src/op/group_norm.cpp

* Fix cmake copyright define (#117)

* Update src/frontends/pytorch/src/op/arange.cpp

* Apply suggestions from code review

* Update build configs (#120)

* FIx build configs

* Update type cast in full.cpp

* Apply review feedback (#121)

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Roman Kazantsev <[email protected]>

* Fix issue after master merge (#122)

* Fix issue after master merge

* Fix build

Co-authored-by: eaidova <[email protected]>
Co-authored-by: bszmelcz <[email protected]>
Co-authored-by: Sergey Lyalin <[email protected]>
Co-authored-by: sikorsl1 <[email protected]>
Co-authored-by: Leonard Sikorski <[email protected]>
Co-authored-by: Mateusz <[email protected]>
Co-authored-by: Roman Kazantsev <[email protected]>
tadamowicz pushed a commit to tadamowicz/openvino that referenced this pull request Aug 30, 2023
* Publishing R5 content

* Updated ade revision

* updated readme

* add possibility to build CPU plugin with Intel MKL package
dmatveev added a commit to dmatveev/openvino that referenced this pull request Jun 14, 2024
…ble_online

[NPUW] Stabilize online partitioning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants